Html Css Color HEX #A26018 Golden Brown

📋 copy color: '#A26018'

red 162 ◦ green 96 ◦ blue 24

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

Shades of Golden Brown #A26018

Tints of Golden Brown #A26018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 57.45%
G = 34.04%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A26018 (or 0xA26018) is known color: Golden Brown. HEX triplet: A2, 60 and 18. RGB value is (162,96,24). Sum of RGB (Red+Green+Blue) = 162+96+24=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A26018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26018 is #5D9FE7. Grayscale: #6B6B6B. Windows color (decimal): -6135784 or 1597602. OLE color: 1597602.

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

Color convert

RGB 162 96 24 -
CMYK 0 0.41 0.85 0.36
HSL 31.3º 0.74% 0.36% -
HSV(B) 31.3º 0.85% 0.64% -
XYZ 19.25 16.11 2.96 -
YUV 107.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 162 96 24 0 0.41 0.85 0.36 31.3 0.74 0.36
Hex A2 60 18 0 29 55 24 1F 4A 24
Octal 242 140 30 0 51 125 44 37 112 44
Binary 10100010 1100000 11000 0 101001 1010101 100100 11111 1001010 100100

Color Harmonies of #A26018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26018

Black with #A26018

Text Example


Text Example

White with #A26018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26018; }

 p { color: rgb(162,96,24); }

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

background-color css

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

 a { background-color: rgb(162,96,24); }

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

border-color css

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

 span { border-color: rgb(162,96,24); }

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