Html Css Color HEX #A25F03 Golden Brown

📋 copy color: '#A25F03'

red 162 ◦ green 95 ◦ blue 3

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

Shades of Golden Brown #A25F03

Tints of Golden Brown #A25F03

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

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

R = 62.31%
G = 36.54%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A25F03 (or 0xA25F03) is known color: Golden Brown. HEX triplet: A2, 5F and 03. RGB value is (162,95,3). Sum of RGB (Red+Green+Blue) = 162+95+3=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25F03 is #5DA0FC. Grayscale: #686868. Windows color (decimal): -6136061 or 221090. OLE color: 221090.

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

Color convert

RGB 162 95 3 -
CMYK 0 0.41 0.98 0.36
HSL 34.72º 0.96% 0.32% -
HSV(B) 34.72º 0.98% 0.64% -
XYZ 19.01 15.87 2.15 -
YUV 104.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 162 95 3 0 0.41 0.98 0.36 34.72 0.96 0.32
Hex A2 5F 3 0 29 62 24 23 60 20
Octal 242 137 3 0 51 142 44 43 140 40
Binary 10100010 1011111 11 0 101001 1100010 100100 100011 1100000 100000

Color Harmonies of #A25F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F03

Black with #A25F03

Text Example


Text Example

White with #A25F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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