Html Css Color HEX #A25300 Golden Brown

📋 copy color: '#A25300'

red 162 ◦ green 83 ◦ blue 0

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

Shades of Golden Brown #A25300

Tints of Golden Brown #A25300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.12%
G = 33.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A25300 (or 0xA25300) is known color: Golden Brown. HEX triplet: A2, 53 and 00. RGB value is (162,83,0). Sum of RGB (Red+Green+Blue) = 162+83+0=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A25300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25300 is #5DACFF. Grayscale: #616161. Windows color (decimal): -6139136 or 21410. OLE color: 21410.

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

Color convert

RGB 162 83 0 -
CMYK 0 0.49 1 0.36
HSL 30.74º 1% 0.32% -
HSV(B) 30.74º 1% 0.64% -
XYZ 17.99 13.87 1.73 -
YUV 97.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 162 83 0 0 0.49 1 0.36 30.74 1 0.32
Hex A2 53 0 0 31 64 24 1F 64 20
Octal 242 123 0 0 61 144 44 37 144 40
Binary 10100010 1010011 0 0 110001 1100100 100100 11111 1100100 100000

Color Harmonies of #A25300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25300

Black with #A25300

Text Example


Text Example

White with #A25300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25300; }

 p { color: rgb(162,83,0); }

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

background-color css

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

 a { background-color: rgb(162,83,0); }

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

border-color css

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

 span { border-color: rgb(162,83,0); }

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