Html Css Color HEX #A25D00 Golden Brown

📋 copy color: '#A25D00'

red 162 ◦ green 93 ◦ blue 0

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

Shades of Golden Brown #A25D00

Tints of Golden Brown #A25D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.47%

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

R = 63.53%
G = 36.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A25D00 (or 0xA25D00) is known color: Golden Brown. HEX triplet: A2, 5D and 00. RGB value is (162,93,0). Sum of RGB (Red+Green+Blue) = 162+93+0=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25D00 is #5DA2FF. Grayscale: #676767. Windows color (decimal): -6136576 or 23970. OLE color: 23970.

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

Color convert

RGB 162 93 0 -
CMYK 0 0.43 1 0.36
HSL 34.44º 1% 0.32% -
HSV(B) 34.44º 1% 0.64% -
XYZ 18.81 15.51 2 -
YUV 103.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 162 93 0 0 0.43 1 0.36 34.44 1 0.32
Hex A2 5D 0 0 2B 64 24 22 64 20
Octal 242 135 0 0 53 144 44 42 144 40
Binary 10100010 1011101 0 0 101011 1100100 100100 100010 1100100 100000

Color Harmonies of #A25D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D00

Black with #A25D00

Text Example


Text Example

White with #A25D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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