Html Css Color HEX #A25C0A Golden Brown

📋 copy color: '#A25C0A'

red 162 ◦ green 92 ◦ blue 10

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

Shades of Golden Brown #A25C0A

Tints of Golden Brown #A25C0A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.85%

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 61.36%
G = 34.85%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A25C0A (or 0xA25C0A) is known color: Golden Brown. HEX triplet: A2, 5C and 0A. RGB value is (162,92,10). Sum of RGB (Red+Green+Blue) = 162+92+10=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25C0A is #5DA3F5. Grayscale: #676767. Windows color (decimal): -6136822 or 679074. OLE color: 679074.

HSL color Cylindrical-coordinate representation of color #A25C0A: hue angle of 32.37º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A25C0A is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 92 10 -
CMYK 0 0.43 0.94 0.36
HSL 32.37º 0.88% 0.34% -
HSV(B) 32.37º 0.94% 0.64% -
XYZ 18.78 15.36 2.26 -
YUV 103.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 162 92 10 0 0.43 0.94 0.36 32.37 0.88 0.34
Hex A2 5C A 0 2B 5E 24 20 58 22
Octal 242 134 12 0 53 136 44 40 130 42
Binary 10100010 1011100 1010 0 101011 1011110 100100 100000 1011000 100010

Color Harmonies of #A25C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C0A

Black with #A25C0A

Text Example


Text Example

White with #A25C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C0A; }

 p { color: rgb(162,92,10); }

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

background-color css

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

 a { background-color: rgb(162,92,10); }

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

border-color css

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

 span { border-color: rgb(162,92,10); }

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