Html Css Color HEX #A25400 Golden Brown

📋 copy color: '#A25400'

red 162 ◦ green 84 ◦ blue 0

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

Shades of Golden Brown #A25400

Tints of Golden Brown #A25400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

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

R = 65.85%
G = 34.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A25400 (or 0xA25400) is known color: Golden Brown. HEX triplet: A2, 54 and 00. RGB value is (162,84,0). Sum of RGB (Red+Green+Blue) = 162+84+0=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A25400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25400 is #5DABFF. Grayscale: #626262. Windows color (decimal): -6138880 or 21666. OLE color: 21666.

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

Color convert

RGB 162 84 0 -
CMYK 0 0.48 1 0.36
HSL 31.11º 1% 0.32% -
HSV(B) 31.11º 1% 0.64% -
XYZ 18.07 14.02 1.75 -
YUV 97.75 72.84 173.83 -
System Red Green Blue C M Y K H S L
Decimal 162 84 0 0 0.48 1 0.36 31.11 1 0.32
Hex A2 54 0 0 30 64 24 1F 64 20
Octal 242 124 0 0 60 144 44 37 144 40
Binary 10100010 1010100 0 0 110000 1100100 100100 11111 1100100 100000

Color Harmonies of #A25400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25400

Black with #A25400

Text Example


Text Example

White with #A25400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25400; }

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

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

background-color css

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

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

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

border-color css

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

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

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