Html Css Color HEX #A76752 Sante Fe

📋 copy color: '#A76752'

red 167 ◦ green 103 ◦ blue 82

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

Shades of Sante Fe #A76752

Tints of Sante Fe #A76752

RGB

 RED value IS 167 (65.63% from 255) = 47.44%

 GREEN value IS 103 (40.63% from 255) = 29.26%

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

R = 47.44%
G = 29.26%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A76752 (or 0xA76752) is known color: Sante Fe. HEX triplet: A7, 67 and 52. RGB value is (167,103,82). Sum of RGB (Red+Green+Blue) = 167+103+82=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A76752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76752 is #5898AD. Grayscale: #777777. Windows color (decimal): -5806254 or 5400487. OLE color: 5400487.

HSL color Cylindrical-coordinate representation of color #A76752: hue angle of 14.82º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76752 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 103 82 -
CMYK 0 0.38 0.51 0.35
HSL 14.82º 0.34% 0.49% -
HSV(B) 14.82º 0.51% 0.65% -
XYZ 22.31 18.53 10.38 -
YUV 119.74 106.7 161.71 -
System Red Green Blue C M Y K H S L
Decimal 167 103 82 0 0.38 0.51 0.35 14.82 0.34 0.49
Hex A7 67 52 0 26 33 23 F 22 31
Octal 247 147 122 0 46 63 43 17 42 61
Binary 10100111 1100111 1010010 0 100110 110011 100011 1111 100010 110001

Color Harmonies of #A76752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76752

Black with #A76752

Text Example


Text Example

White with #A76752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76752; }

 p { color: rgb(167,103,82); }

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

background-color css

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

 a { background-color: rgb(167,103,82); }

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

border-color css

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

 span { border-color: rgb(167,103,82); }

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