Html Css Color HEX #AF764E Sante Fe

📋 copy color: '#AF764E'

red 175 ◦ green 118 ◦ blue 78

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

Shades of Sante Fe #AF764E

Tints of Sante Fe #AF764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.81%

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

R = 47.17%
G = 31.81%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF764E (or 0xAF764E) is known color: Sante Fe. HEX triplet: AF, 76 and 4E. RGB value is (175,118,78). Sum of RGB (Red+Green+Blue) = 175+118+78=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF764E is #5089B1. Grayscale: #828282. Windows color (decimal): -5278130 or 5142191. OLE color: 5142191.

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

Color convert

RGB 175 118 78 -
CMYK 0 0.33 0.55 0.31
HSL 24.74º 0.38% 0.5% -
HSV(B) 24.74º 0.55% 0.69% -
XYZ 25.53 22.62 10.23 -
YUV 130.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 175 118 78 0 0.33 0.55 0.31 24.74 0.38 0.5
Hex AF 76 4E 0 21 37 1F 19 26 32
Octal 257 166 116 0 41 67 37 31 46 62
Binary 10101111 1110110 1001110 0 100001 110111 11111 11001 100110 110010

Color Harmonies of #AF764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF764E

Black with #AF764E

Text Example


Text Example

White with #AF764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF764E; }

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

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

background-color css

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

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

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

border-color css

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

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

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