Html Css Color HEX #A25206 Golden Brown

📋 copy color: '#A25206'

red 162 ◦ green 82 ◦ blue 6

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

Shades of Golden Brown #A25206

Tints of Golden Brown #A25206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 64.8%
G = 32.8%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A25206 (or 0xA25206) is known color: Golden Brown. HEX triplet: A2, 52 and 06. RGB value is (162,82,6). Sum of RGB (Red+Green+Blue) = 162+82+6=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A25206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25206 is #5DADF9. Grayscale: #616161. Windows color (decimal): -6139386 or 414370. OLE color: 414370.

HSL color Cylindrical-coordinate representation of color #A25206: hue angle of 29.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A25206 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 6 -
CMYK 0 0.49 0.96 0.36
HSL 29.23º 0.93% 0.33% -
HSV(B) 29.23º 0.96% 0.64% -
XYZ 17.95 13.73 1.88 -
YUV 97.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 162 82 6 0 0.49 0.96 0.36 29.23 0.93 0.33
Hex A2 52 6 0 31 60 24 1D 5D 21
Octal 242 122 6 0 61 140 44 35 135 41
Binary 10100010 1010010 110 0 110001 1100000 100100 11101 1011101 100001

Color Harmonies of #A25206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25206

Black with #A25206

Text Example


Text Example

White with #A25206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25206; }

 p { color: rgb(162,82,6); }

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

background-color css

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

 a { background-color: rgb(162,82,6); }

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

border-color css

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

 span { border-color: rgb(162,82,6); }

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