Html Css Color HEX #AF7256 Sante Fe

📋 copy color: '#AF7256'

red 175 ◦ green 114 ◦ blue 86

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

Shades of Sante Fe #AF7256

Tints of Sante Fe #AF7256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 46.67%
G = 30.4%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF7256 (or 0xAF7256) is known color: Sante Fe. HEX triplet: AF, 72 and 56. RGB value is (175,114,86). Sum of RGB (Red+Green+Blue) = 175+114+86=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7256 is #508DA9. Grayscale: #818181. Windows color (decimal): -5279146 or 5665455. OLE color: 5665455.

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

Color convert

RGB 175 114 86 -
CMYK 0 0.35 0.51 0.31
HSL 18.88º 0.36% 0.51% -
HSV(B) 18.88º 0.51% 0.69% -
XYZ 25.38 21.82 11.68 -
YUV 129.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 175 114 86 0 0.35 0.51 0.31 18.88 0.36 0.51
Hex AF 72 56 0 23 33 1F 13 24 33
Octal 257 162 126 0 43 63 37 23 44 63
Binary 10101111 1110010 1010110 0 100011 110011 11111 10011 100100 110011

Color Harmonies of #AF7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7256

Black with #AF7256

Text Example


Text Example

White with #AF7256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7256; }

 p { color: rgb(175,114,86); }

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

background-color css

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

 a { background-color: rgb(175,114,86); }

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

border-color css

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

 span { border-color: rgb(175,114,86); }

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