Html Css Color HEX #A4691E Golden Brown

📋 copy color: '#A4691E'

red 164 ◦ green 105 ◦ blue 30

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

Shades of Golden Brown #A4691E

Tints of Golden Brown #A4691E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.12%

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

R = 54.85%
G = 35.12%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4691E (or 0xA4691E) is known color: Golden Brown. HEX triplet: A4, 69 and 1E. RGB value is (164,105,30). Sum of RGB (Red+Green+Blue) = 164+105+30=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A4691E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4691E is #5B96E1. Grayscale: #727272. Windows color (decimal): -6002402 or 1993124. OLE color: 1993124.

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

Color convert

RGB 164 105 30 -
CMYK 0 0.36 0.82 0.36
HSL 33.58º 0.69% 0.38% -
HSV(B) 33.58º 0.82% 0.64% -
XYZ 20.6 18.09 3.63 -
YUV 114.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 164 105 30 0 0.36 0.82 0.36 33.58 0.69 0.38
Hex A4 69 1E 0 24 52 24 22 45 26
Octal 244 151 36 0 44 122 44 42 105 46
Binary 10100100 1101001 11110 0 100100 1010010 100100 100010 1000101 100110

Color Harmonies of #A4691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4691E

Black with #A4691E

Text Example


Text Example

White with #A4691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4691E; }

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

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

background-color css

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

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

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

border-color css

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

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

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