Html Css Color HEX #A25907 Golden Brown

📋 copy color: '#A25907'

red 162 ◦ green 89 ◦ blue 7

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

Shades of Golden Brown #A25907

Tints of Golden Brown #A25907

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 7 (3.13% from 255) = 2.71%

R = 62.79%
G = 34.5%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A25907 (or 0xA25907) is known color: Golden Brown. HEX triplet: A2, 59 and 07. RGB value is (162,89,7). Sum of RGB (Red+Green+Blue) = 162+89+7=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A25907 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25907 is #5DA6F8. Grayscale: #656565. Windows color (decimal): -6137593 or 481698. OLE color: 481698.

HSL color Cylindrical-coordinate representation of color #A25907: hue angle of 31.74º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A25907 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 7 -
CMYK 0 0.45 0.96 0.36
HSL 31.74º 0.92% 0.33% -
HSV(B) 31.74º 0.96% 0.64% -
XYZ 18.51 14.84 2.09 -
YUV 101.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 162 89 7 0 0.45 0.96 0.36 31.74 0.92 0.33
Hex A2 59 7 0 2D 60 24 20 5C 21
Octal 242 131 7 0 55 140 44 40 134 41
Binary 10100010 1011001 111 0 101101 1100000 100100 100000 1011100 100001

Color Harmonies of #A25907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25907

Black with #A25907

Text Example


Text Example

White with #A25907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25907; }

 p { color: rgb(162,89,7); }

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

background-color css

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

 a { background-color: rgb(162,89,7); }

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

border-color css

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

 span { border-color: rgb(162,89,7); }

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