Html Css Color HEX #A25203 Golden Brown

📋 copy color: '#A25203'

red 162 ◦ green 82 ◦ blue 3

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

Shades of Golden Brown #A25203

Tints of Golden Brown #A25203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 65.59%
G = 33.2%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A25203 (or 0xA25203) is known color: Golden Brown. HEX triplet: A2, 52 and 03. RGB value is (162,82,3). Sum of RGB (Red+Green+Blue) = 162+82+3=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A25203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25203 is #5DADFC. Grayscale: #616161. Windows color (decimal): -6139389 or 217762. OLE color: 217762.

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

Color convert

RGB 162 82 3 -
CMYK 0 0.49 0.98 0.36
HSL 29.81º 0.96% 0.32% -
HSV(B) 29.81º 0.98% 0.64% -
XYZ 17.93 13.72 1.79 -
YUV 96.91 75 174.42 -
System Red Green Blue C M Y K H S L
Decimal 162 82 3 0 0.49 0.98 0.36 29.81 0.96 0.32
Hex A2 52 3 0 31 62 24 1E 60 20
Octal 242 122 3 0 61 142 44 36 140 40
Binary 10100010 1010010 11 0 110001 1100010 100100 11110 1100000 100000

Color Harmonies of #A25203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25203

Black with #A25203

Text Example


Text Example

White with #A25203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25203; }

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

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

background-color css

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

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

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

border-color css

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

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

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