Html Css Color HEX #A7611E Golden Brown

📋 copy color: '#A7611E'

red 167 ◦ green 97 ◦ blue 30

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

Shades of Golden Brown #A7611E

Tints of Golden Brown #A7611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 56.8%
G = 32.99%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A7611E (or 0xA7611E) is known color: Golden Brown. HEX triplet: A7, 61 and 1E. RGB value is (167,97,30). Sum of RGB (Red+Green+Blue) = 167+97+30=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7611E is #589EE1. Grayscale: #6E6E6E. Windows color (decimal): -5807842 or 1991079. OLE color: 1991079.

HSL color Cylindrical-coordinate representation of color #A7611E: hue angle of 29.34º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A7611E is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 97 30 -
CMYK 0 0.42 0.82 0.35
HSL 29.34º 0.7% 0.39% -
HSV(B) 29.34º 0.82% 0.65% -
XYZ 20.45 16.86 3.4 -
YUV 110.29 82.69 168.45 -
System Red Green Blue C M Y K H S L
Decimal 167 97 30 0 0.42 0.82 0.35 29.34 0.7 0.39
Hex A7 61 1E 0 2A 52 23 1D 46 27
Octal 247 141 36 0 52 122 43 35 106 47
Binary 10100111 1100001 11110 0 101010 1010010 100011 11101 1000110 100111

Color Harmonies of #A7611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7611E

Black with #A7611E

Text Example


Text Example

White with #A7611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7611E; }

 p { color: rgb(167,97,30); }

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

background-color css

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

 a { background-color: rgb(167,97,30); }

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

border-color css

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

 span { border-color: rgb(167,97,30); }

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