Html Css Color HEX #A76338 Desert

📋 copy color: '#A76338'

red 167 ◦ green 99 ◦ blue 56

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

Shades of Desert #A76338

Tints of Desert #A76338

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 51.86%
G = 30.75%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A76338 (or 0xA76338) is known color: Desert. HEX triplet: A7, 63 and 38. RGB value is (167,99,56). Sum of RGB (Red+Green+Blue) = 167+99+56=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A76338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76338 is #589CC7. Grayscale: #727272. Windows color (decimal): -5807304 or 3695527. OLE color: 3695527.

HSL color Cylindrical-coordinate representation of color #A76338: hue angle of 23.24º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A76338 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 99 56 -
CMYK 0 0.41 0.66 0.35
HSL 23.24º 0.5% 0.44% -
HSV(B) 23.24º 0.66% 0.65% -
XYZ 21.11 17.42 5.99 -
YUV 114.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 167 99 56 0 0.41 0.66 0.35 23.24 0.5 0.44
Hex A7 63 38 0 29 42 23 17 32 2C
Octal 247 143 70 0 51 102 43 27 62 54
Binary 10100111 1100011 111000 0 101001 1000010 100011 10111 110010 101100

Color Harmonies of #A76338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76338

Black with #A76338

Text Example


Text Example

White with #A76338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76338; }

 p { color: rgb(167,99,56); }

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

background-color css

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

 a { background-color: rgb(167,99,56); }

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

border-color css

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

 span { border-color: rgb(167,99,56); }

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