Html Css Color HEX #AF7554 Sante Fe

📋 copy color: '#AF7554'

red 175 ◦ green 117 ◦ blue 84

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

Shades of Sante Fe #AF7554

Tints of Sante Fe #AF7554

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 46.54%
G = 31.12%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF7554 (or 0xAF7554) is known color: Sante Fe. HEX triplet: AF, 75 and 54. RGB value is (175,117,84). Sum of RGB (Red+Green+Blue) = 175+117+84=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7554 is #508AAB. Grayscale: #828282. Windows color (decimal): -5278380 or 5535151. OLE color: 5535151.

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

Color convert

RGB 175 117 84 -
CMYK 0 0.33 0.52 0.31
HSL 21.76º 0.36% 0.51% -
HSV(B) 21.76º 0.52% 0.69% -
XYZ 25.64 22.48 11.37 -
YUV 130.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 175 117 84 0 0.33 0.52 0.31 21.76 0.36 0.51
Hex AF 75 54 0 21 34 1F 16 24 33
Octal 257 165 124 0 41 64 37 26 44 63
Binary 10101111 1110101 1010100 0 100001 110100 11111 10110 100100 110011

Color Harmonies of #AF7554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7554

Black with #AF7554

Text Example


Text Example

White with #AF7554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7554; }

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

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

background-color css

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

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

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

border-color css

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

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

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