Html Css Color HEX #AF6C4D Sante Fe

📋 copy color: '#AF6C4D'

red 175 ◦ green 108 ◦ blue 77

#AF6C4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #AF6C4D

Tints of Sante Fe #AF6C4D

RGB

 RED value IS 175 (68.75% from 255) = 48.61%

 GREEN value IS 108 (42.58% from 255) = 30%

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 48.61%
G = 30%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF6C4D (or 0xAF6C4D) is known color: Sante Fe. HEX triplet: AF, 6C and 4D. RGB value is (175,108,77). Sum of RGB (Red+Green+Blue) = 175+108+77=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C4D is #5093B2. Grayscale: #7C7C7C. Windows color (decimal): -5280691 or 5074095. OLE color: 5074095.

HSL color Cylindrical-coordinate representation of color #AF6C4D: hue angle of 18.98º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF6C4D is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 77 -
CMYK 0 0.38 0.56 0.31
HSL 18.98º 0.39% 0.49% -
HSV(B) 18.98º 0.56% 0.69% -
XYZ 24.38 20.37 9.67 -
YUV 124.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 175 108 77 0 0.38 0.56 0.31 18.98 0.39 0.49
Hex AF 6C 4D 0 26 38 1F 13 27 31
Octal 257 154 115 0 46 70 37 23 47 61
Binary 10101111 1101100 1001101 0 100110 111000 11111 10011 100111 110001

Color Harmonies of #AF6C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C4D

Black with #AF6C4D

Text Example


Text Example

White with #AF6C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C4D; }

 p { color: rgb(175,108,77); }

 H1.HeaderClassName
 {
   color: #AF6C4D;
 }
 .AnyTagClassName
 {
   color: #AF6C4D;
 }
</style>

background-color css

<style>
 a { background-color: #AF6C4D; }

 a { background-color: rgb(175,108,77); }

 div.DivClassName
 {
   background-color: #AF6C4D;
 }
 .BgClassName
 {
   background-color: #AF6C4D;
 }
</style>

border-color css

<style>
 span { border-color: #AF6C4D; }

 span { border-color: rgb(175,108,77); }

 td.TdClassName
 {
   border-color: #AF6C4D;
 }
 .TagClassName
 {
   border-color: #AF6C4D;
 }
</style>