Html Css Color HEX #AF6B54 Sante Fe

📋 copy color: '#AF6B54'

red 175 ◦ green 107 ◦ blue 84

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

Shades of Sante Fe #AF6B54

Tints of Sante Fe #AF6B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.23%

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

R = 47.81%
G = 29.23%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF6B54 (or 0xAF6B54) is known color: Sante Fe. HEX triplet: AF, 6B and 54. RGB value is (175,107,84). Sum of RGB (Red+Green+Blue) = 175+107+84=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B54 is #5094AB. Grayscale: #7C7C7C. Windows color (decimal): -5280940 or 5532591. OLE color: 5532591.

HSL color Cylindrical-coordinate representation of color #AF6B54: hue angle of 15.16º 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 #AF6B54 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 107 84 -
CMYK 0 0.39 0.52 0.31
HSL 15.16º 0.36% 0.51% -
HSV(B) 15.16º 0.52% 0.69% -
XYZ 24.54 20.27 11.01 -
YUV 124.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 175 107 84 0 0.39 0.52 0.31 15.16 0.36 0.51
Hex AF 6B 54 0 27 34 1F F 24 33
Octal 257 153 124 0 47 64 37 17 44 63
Binary 10101111 1101011 1010100 0 100111 110100 11111 1111 100100 110011

Color Harmonies of #AF6B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B54

Black with #AF6B54

Text Example


Text Example

White with #AF6B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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