Html Css Color HEX #A25E03 Golden Brown

📋 copy color: '#A25E03'

red 162 ◦ green 94 ◦ blue 3

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

Shades of Golden Brown #A25E03

Tints of Golden Brown #A25E03

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.29%

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

R = 62.55%
G = 36.29%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A25E03 (or 0xA25E03) is known color: Golden Brown. HEX triplet: A2, 5E and 03. RGB value is (162,94,3). Sum of RGB (Red+Green+Blue) = 162+94+3=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25E03 is #5DA1FC. Grayscale: #686868. Windows color (decimal): -6136317 or 220834. OLE color: 220834.

HSL color Cylindrical-coordinate representation of color #A25E03: hue angle of 34.34º 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 #A25E03 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 94 3 -
CMYK 0 0.42 0.98 0.36
HSL 34.34º 0.96% 0.32% -
HSV(B) 34.34º 0.98% 0.64% -
XYZ 18.92 15.69 2.12 -
YUV 103.96 71.03 169.4 -
System Red Green Blue C M Y K H S L
Decimal 162 94 3 0 0.42 0.98 0.36 34.34 0.96 0.32
Hex A2 5E 3 0 2A 62 24 22 60 20
Octal 242 136 3 0 52 142 44 42 140 40
Binary 10100010 1011110 11 0 101010 1100010 100100 100010 1100000 100000

Color Harmonies of #A25E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E03

Black with #A25E03

Text Example


Text Example

White with #A25E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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