Html Css Color HEX #AF7251 Sante Fe

📋 copy color: '#AF7251'

red 175 ◦ green 114 ◦ blue 81

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

Shades of Sante Fe #AF7251

Tints of Sante Fe #AF7251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.89%

R = 47.3%
G = 30.81%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF7251 (or 0xAF7251) is known color: Sante Fe. HEX triplet: AF, 72 and 51. RGB value is (175,114,81). Sum of RGB (Red+Green+Blue) = 175+114+81=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7251 is #508DAE. Grayscale: #808080. Windows color (decimal): -5279151 or 5337775. OLE color: 5337775.

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

Color convert

RGB 175 114 81 -
CMYK 0 0.35 0.54 0.31
HSL 21.06º 0.37% 0.5% -
HSV(B) 21.06º 0.54% 0.69% -
XYZ 25.18 21.74 10.65 -
YUV 128.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 175 114 81 0 0.35 0.54 0.31 21.06 0.37 0.5
Hex AF 72 51 0 23 36 1F 15 25 32
Octal 257 162 121 0 43 66 37 25 45 62
Binary 10101111 1110010 1010001 0 100011 110110 11111 10101 100101 110010

Color Harmonies of #AF7251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7251

Black with #AF7251

Text Example


Text Example

White with #AF7251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7251; }

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

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

background-color css

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

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

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

border-color css

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

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

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