Html Css Color HEX #AF724E Sante Fe

📋 copy color: '#AF724E'

red 175 ◦ green 114 ◦ blue 78

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

Shades of Sante Fe #AF724E

Tints of Sante Fe #AF724E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 47.68%
G = 31.06%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF724E (or 0xAF724E) is known color: Sante Fe. HEX triplet: AF, 72 and 4E. RGB value is (175,114,78). Sum of RGB (Red+Green+Blue) = 175+114+78=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF724E is #508DB1. Grayscale: #808080. Windows color (decimal): -5279154 or 5141167. OLE color: 5141167.

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

Color convert

RGB 175 114 78 -
CMYK 0 0.35 0.55 0.31
HSL 22.27º 0.38% 0.5% -
HSV(B) 22.27º 0.55% 0.69% -
XYZ 25.07 21.7 10.07 -
YUV 128.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 175 114 78 0 0.35 0.55 0.31 22.27 0.38 0.5
Hex AF 72 4E 0 23 37 1F 16 26 32
Octal 257 162 116 0 43 67 37 26 46 62
Binary 10101111 1110010 1001110 0 100011 110111 11111 10110 100110 110010

Color Harmonies of #AF724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF724E

Black with #AF724E

Text Example


Text Example

White with #AF724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF724E; }

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

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

background-color css

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

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

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

border-color css

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

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

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