Html Css Color HEX #A2690E Golden Brown

📋 copy color: '#A2690E'

red 162 ◦ green 105 ◦ blue 14

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

Shades of Golden Brown #A2690E

Tints of Golden Brown #A2690E

RGB

 RED value IS 162 (63.67% from 255) = 57.65%

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

 BLUE value IS 14 (5.86% from 255) = 4.98%

R = 57.65%
G = 37.37%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2690E (or 0xA2690E) is known color: Golden Brown. HEX triplet: A2, 69 and 0E. RGB value is (162,105,14). Sum of RGB (Red+Green+Blue) = 162+105+14=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A2690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2690E is #5D96F1. Grayscale: #707070. Windows color (decimal): -6133490 or 944546. OLE color: 944546.

HSL color Cylindrical-coordinate representation of color #A2690E: hue angle of 36.89º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2690E is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 105 14 -
CMYK 0 0.35 0.91 0.36
HSL 36.89º 0.84% 0.35% -
HSV(B) 36.89º 0.91% 0.64% -
XYZ 20.03 17.82 2.8 -
YUV 111.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 162 105 14 0 0.35 0.91 0.36 36.89 0.84 0.35
Hex A2 69 E 0 23 5B 24 25 54 23
Octal 242 151 16 0 43 133 44 45 124 43
Binary 10100010 1101001 1110 0 100011 1011011 100100 100101 1010100 100011

Color Harmonies of #A2690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2690E

Black with #A2690E

Text Example


Text Example

White with #A2690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2690E; }

 p { color: rgb(162,105,14); }

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

background-color css

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

 a { background-color: rgb(162,105,14); }

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

border-color css

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

 span { border-color: rgb(162,105,14); }

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