Html Css Color HEX #AF774E Sante Fe

📋 copy color: '#AF774E'

red 175 ◦ green 119 ◦ blue 78

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

Shades of Sante Fe #AF774E

Tints of Sante Fe #AF774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.99%

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

R = 47.04%
G = 31.99%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF774E (or 0xAF774E) is known color: Sante Fe. HEX triplet: AF, 77 and 4E. RGB value is (175,119,78). Sum of RGB (Red+Green+Blue) = 175+119+78=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF774E is #5088B1. Grayscale: #838383. Windows color (decimal): -5277874 or 5142447. OLE color: 5142447.

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

Color convert

RGB 175 119 78 -
CMYK 0 0.32 0.55 0.31
HSL 25.36º 0.38% 0.5% -
HSV(B) 25.36º 0.55% 0.69% -
XYZ 25.65 22.86 10.27 -
YUV 131.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 175 119 78 0 0.32 0.55 0.31 25.36 0.38 0.5
Hex AF 77 4E 0 20 37 1F 19 26 32
Octal 257 167 116 0 40 67 37 31 46 62
Binary 10101111 1110111 1001110 0 100000 110111 11111 11001 100110 110010

Color Harmonies of #AF774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF774E

Black with #AF774E

Text Example


Text Example

White with #AF774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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