Html Css Color HEX #A25704 Golden Brown

📋 copy color: '#A25704'

red 162 ◦ green 87 ◦ blue 4

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

Shades of Golden Brown #A25704

Tints of Golden Brown #A25704

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.39%

 BLUE value IS 4 (1.95% from 255) = 1.58%

R = 64.03%
G = 34.39%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A25704 (or 0xA25704) is known color: Golden Brown. HEX triplet: A2, 57 and 04. RGB value is (162,87,4). Sum of RGB (Red+Green+Blue) = 162+87+4=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A25704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25704 is #5DA8FB. Grayscale: #646464. Windows color (decimal): -6138108 or 284578. OLE color: 284578.

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

Color convert

RGB 162 87 4 -
CMYK 0 0.46 0.98 0.36
HSL 31.52º 0.95% 0.33% -
HSV(B) 31.52º 0.98% 0.64% -
XYZ 18.33 14.51 1.95 -
YUV 99.96 73.85 172.25 -
System Red Green Blue C M Y K H S L
Decimal 162 87 4 0 0.46 0.98 0.36 31.52 0.95 0.33
Hex A2 57 4 0 2E 62 24 20 5F 21
Octal 242 127 4 0 56 142 44 40 137 41
Binary 10100010 1010111 100 0 101110 1100010 100100 100000 1011111 100001

Color Harmonies of #A25704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25704

Black with #A25704

Text Example


Text Example

White with #A25704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25704; }

 p { color: rgb(162,87,4); }

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

background-color css

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

 a { background-color: rgb(162,87,4); }

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

border-color css

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

 span { border-color: rgb(162,87,4); }

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