Html Css Color HEX #A4661E Golden Brown

📋 copy color: '#A4661E'

red 164 ◦ green 102 ◦ blue 30

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

Shades of Golden Brown #A4661E

Tints of Golden Brown #A4661E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

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

R = 55.41%
G = 34.46%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4661E (or 0xA4661E) is known color: Golden Brown. HEX triplet: A4, 66 and 1E. RGB value is (164,102,30). Sum of RGB (Red+Green+Blue) = 164+102+30=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A4661E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4661E is #5B99E1. Grayscale: #707070. Windows color (decimal): -6003170 or 1992356. OLE color: 1992356.

HSL color Cylindrical-coordinate representation of color #A4661E: hue angle of 32.24º 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 #A4661E is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 102 30 -
CMYK 0 0.38 0.82 0.36
HSL 32.24º 0.69% 0.38% -
HSV(B) 32.24º 0.82% 0.64% -
XYZ 20.3 17.49 3.53 -
YUV 112.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 164 102 30 0 0.38 0.82 0.36 32.24 0.69 0.38
Hex A4 66 1E 0 26 52 24 20 45 26
Octal 244 146 36 0 46 122 44 40 105 46
Binary 10100100 1100110 11110 0 100110 1010010 100100 100000 1000101 100110

Color Harmonies of #A4661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4661E

Black with #A4661E

Text Example


Text Example

White with #A4661E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4661E; }

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

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

background-color css

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

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

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

border-color css

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

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

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