Html Css Color HEX #AF704C Sante Fe

📋 copy color: '#AF704C'

red 175 ◦ green 112 ◦ blue 76

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

Shades of Sante Fe #AF704C

Tints of Sante Fe #AF704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 48.21%
G = 30.85%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF704C (or 0xAF704C) is known color: Sante Fe. HEX triplet: AF, 70 and 4C. RGB value is (175,112,76). Sum of RGB (Red+Green+Blue) = 175+112+76=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF704C is #508FB3. Grayscale: #7E7E7E. Windows color (decimal): -5279668 or 5009583. OLE color: 5009583.

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

Color convert

RGB 175 112 76 -
CMYK 0 0.36 0.57 0.31
HSL 21.82º 0.39% 0.49% -
HSV(B) 21.82º 0.57% 0.69% -
XYZ 24.78 21.22 9.63 -
YUV 126.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 175 112 76 0 0.36 0.57 0.31 21.82 0.39 0.49
Hex AF 70 4C 0 24 39 1F 16 27 31
Octal 257 160 114 0 44 71 37 26 47 61
Binary 10101111 1110000 1001100 0 100100 111001 11111 10110 100111 110001

Color Harmonies of #AF704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF704C

Black with #AF704C

Text Example


Text Example

White with #AF704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF704C; }

 p { color: rgb(175,112,76); }

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

background-color css

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

 a { background-color: rgb(175,112,76); }

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

border-color css

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

 span { border-color: rgb(175,112,76); }

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