Html Css Color HEX #A25F18 Golden Brown

📋 copy color: '#A25F18'

red 162 ◦ green 95 ◦ blue 24

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

Shades of Golden Brown #A25F18

Tints of Golden Brown #A25F18

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

 BLUE value IS 24 (9.77% from 255) = 8.54%

R = 57.65%
G = 33.81%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A25F18 (or 0xA25F18) is known color: Golden Brown. HEX triplet: A2, 5F and 18. RGB value is (162,95,24). Sum of RGB (Red+Green+Blue) = 162+95+24=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25F18 is #5DA0E7. Grayscale: #6B6B6B. Windows color (decimal): -6136040 or 1597346. OLE color: 1597346.

HSL color Cylindrical-coordinate representation of color #A25F18: hue angle of 30.87º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A25F18 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 95 24 -
CMYK 0 0.41 0.85 0.36
HSL 30.87º 0.74% 0.36% -
HSV(B) 30.87º 0.85% 0.64% -
XYZ 19.16 15.93 2.93 -
YUV 106.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 162 95 24 0 0.41 0.85 0.36 30.87 0.74 0.36
Hex A2 5F 18 0 29 55 24 1F 4A 24
Octal 242 137 30 0 51 125 44 37 112 44
Binary 10100010 1011111 11000 0 101001 1010101 100100 11111 1001010 100100

Color Harmonies of #A25F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F18

Black with #A25F18

Text Example


Text Example

White with #A25F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F18; }

 p { color: rgb(162,95,24); }

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

background-color css

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

 a { background-color: rgb(162,95,24); }

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

border-color css

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

 span { border-color: rgb(162,95,24); }

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