Html Css Color HEX #AF6554 Sante Fe

📋 copy color: '#AF6554'

red 175 ◦ green 101 ◦ blue 84

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

Shades of Sante Fe #AF6554

Tints of Sante Fe #AF6554

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

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

R = 48.61%
G = 28.06%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF6554 (or 0xAF6554) is known color: Sante Fe. HEX triplet: AF, 65 and 54. RGB value is (175,101,84). Sum of RGB (Red+Green+Blue) = 175+101+84=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6554 is #509AAB. Grayscale: #797979. Windows color (decimal): -5282476 or 5531055. OLE color: 5531055.

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

Color convert

RGB 175 101 84 -
CMYK 0 0.42 0.52 0.31
HSL 11.21º 0.36% 0.51% -
HSV(B) 11.21º 0.52% 0.69% -
XYZ 23.93 19.06 10.81 -
YUV 121.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 175 101 84 0 0.42 0.52 0.31 11.21 0.36 0.51
Hex AF 65 54 0 2A 34 1F B 24 33
Octal 257 145 124 0 52 64 37 13 44 63
Binary 10101111 1100101 1010100 0 101010 110100 11111 1011 100100 110011

Color Harmonies of #AF6554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6554

Black with #AF6554

Text Example


Text Example

White with #AF6554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6554; }

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

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

background-color css

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

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

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

border-color css

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

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

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