Html Css Color HEX #A4631E Golden Brown

📋 copy color: '#A4631E'

red 164 ◦ green 99 ◦ blue 30

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

Shades of Golden Brown #A4631E

Tints of Golden Brown #A4631E

RGB

 RED value IS 164 (64.45% from 255) = 55.97%

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

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

R = 55.97%
G = 33.79%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4631E (or 0xA4631E) is known color: Golden Brown. HEX triplet: A4, 63 and 1E. RGB value is (164,99,30). Sum of RGB (Red+Green+Blue) = 164+99+30=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4631E is #5B9CE1. Grayscale: #6E6E6E. Windows color (decimal): -6003938 or 1991588. OLE color: 1991588.

HSL color Cylindrical-coordinate representation of color #A4631E: hue angle of 30.9º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4631E is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 30 -
CMYK 0 0.40 0.82 0.36
HSL 30.9º 0.69% 0.38% -
HSV(B) 30.9º 0.82% 0.64% -
XYZ 20.01 16.91 3.44 -
YUV 110.57 82.53 166.11 -
System Red Green Blue C M Y K H S L
Decimal 164 99 30 0 0.40 0.82 0.36 30.9 0.69 0.38
Hex A4 63 1E 0 28 52 24 1F 45 26
Octal 244 143 36 0 50 122 44 37 105 46
Binary 10100100 1100011 11110 0 101000 1010010 100100 11111 1000101 100110

Color Harmonies of #A4631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4631E

Black with #A4631E

Text Example


Text Example

White with #A4631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4631E; }

 p { color: rgb(164,99,30); }

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

background-color css

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

 a { background-color: rgb(164,99,30); }

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

border-color css

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

 span { border-color: rgb(164,99,30); }

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