Html Css Color HEX #A25602 Golden Brown

📋 copy color: '#A25602'

red 162 ◦ green 86 ◦ blue 2

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

Shades of Golden Brown #A25602

Tints of Golden Brown #A25602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.4%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 64.8%
G = 34.4%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A25602 (or 0xA25602) is known color: Golden Brown. HEX triplet: A2, 56 and 02. RGB value is (162,86,2). Sum of RGB (Red+Green+Blue) = 162+86+2=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A25602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25602 is #5DA9FD. Grayscale: #636363. Windows color (decimal): -6138366 or 153250. OLE color: 153250.

HSL color Cylindrical-coordinate representation of color #A25602: hue angle of 31.5º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A25602 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 86 2 -
CMYK 0 0.47 0.99 0.36
HSL 31.5º 0.98% 0.32% -
HSV(B) 31.5º 0.99% 0.64% -
XYZ 18.24 14.34 1.86 -
YUV 99.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 162 86 2 0 0.47 0.99 0.36 31.5 0.98 0.32
Hex A2 56 2 0 2F 63 24 1F 62 20
Octal 242 126 2 0 57 143 44 37 142 40
Binary 10100010 1010110 10 0 101111 1100011 100100 11111 1100010 100000

Color Harmonies of #A25602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25602

Black with #A25602

Text Example


Text Example

White with #A25602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25602; }

 p { color: rgb(162,86,2); }

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

background-color css

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

 a { background-color: rgb(162,86,2); }

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

border-color css

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

 span { border-color: rgb(162,86,2); }

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