Html Css Color HEX #AF6F54 Sante Fe

📋 copy color: '#AF6F54'

red 175 ◦ green 111 ◦ blue 84

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

Shades of Sante Fe #AF6F54

Tints of Sante Fe #AF6F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 84 (33.2% from 255) = 22.7%

R = 47.3%
G = 30%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF6F54 (or 0xAF6F54) is known color: Sante Fe. HEX triplet: AF, 6F and 54. RGB value is (175,111,84). Sum of RGB (Red+Green+Blue) = 175+111+84=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F54 is #5090AB. Grayscale: #7F7F7F. Windows color (decimal): -5279916 or 5533615. OLE color: 5533615.

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

Color convert

RGB 175 111 84 -
CMYK 0 0.37 0.52 0.31
HSL 17.8º 0.36% 0.51% -
HSV(B) 17.8º 0.52% 0.69% -
XYZ 24.96 21.12 11.15 -
YUV 127.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 175 111 84 0 0.37 0.52 0.31 17.8 0.36 0.51
Hex AF 6F 54 0 25 34 1F 12 24 33
Octal 257 157 124 0 45 64 37 22 44 63
Binary 10101111 1101111 1010100 0 100101 110100 11111 10010 100100 110011

Color Harmonies of #AF6F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F54

Black with #AF6F54

Text Example


Text Example

White with #AF6F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F54; }

 p { color: rgb(175,111,84); }

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

background-color css

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

 a { background-color: rgb(175,111,84); }

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

border-color css

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

 span { border-color: rgb(175,111,84); }

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