Html Css Color HEX #AF7752 Sante Fe

📋 copy color: '#AF7752'

red 175 ◦ green 119 ◦ blue 82

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

Shades of Sante Fe #AF7752

Tints of Sante Fe #AF7752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 46.54%
G = 31.65%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF7752 (or 0xAF7752) is known color: Sante Fe. HEX triplet: AF, 77 and 52. RGB value is (175,119,82). Sum of RGB (Red+Green+Blue) = 175+119+82=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7752 is #5088AD. Grayscale: #838383. Windows color (decimal): -5277870 or 5404591. OLE color: 5404591.

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

Color convert

RGB 175 119 82 -
CMYK 0 0.32 0.53 0.31
HSL 23.87º 0.37% 0.5% -
HSV(B) 23.87º 0.53% 0.69% -
XYZ 25.8 22.92 11.05 -
YUV 131.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 175 119 82 0 0.32 0.53 0.31 23.87 0.37 0.5
Hex AF 77 52 0 20 35 1F 18 25 32
Octal 257 167 122 0 40 65 37 30 45 62
Binary 10101111 1110111 1010010 0 100000 110101 11111 11000 100101 110010

Color Harmonies of #AF7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7752

Black with #AF7752

Text Example


Text Example

White with #AF7752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7752; }

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

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

background-color css

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

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

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

border-color css

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

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

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