Html Css Color HEX #A25F16 Golden Brown

📋 copy color: '#A25F16'

red 162 ◦ green 95 ◦ blue 22

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

Shades of Golden Brown #A25F16

Tints of Golden Brown #A25F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.89%

R = 58.06%
G = 34.05%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A25F16 (or 0xA25F16) is known color: Golden Brown. HEX triplet: A2, 5F and 16. RGB value is (162,95,22). Sum of RGB (Red+Green+Blue) = 162+95+22=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25F16 is #5DA0E9. Grayscale: #6B6B6B. Windows color (decimal): -6136042 or 1466274. OLE color: 1466274.

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

Color convert

RGB 162 95 22 -
CMYK 0 0.41 0.86 0.36
HSL 31.29º 0.76% 0.36% -
HSV(B) 31.29º 0.86% 0.64% -
XYZ 19.14 15.92 2.82 -
YUV 106.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 162 95 22 0 0.41 0.86 0.36 31.29 0.76 0.36
Hex A2 5F 16 0 29 56 24 1F 4C 24
Octal 242 137 26 0 51 126 44 37 114 44
Binary 10100010 1011111 10110 0 101001 1010110 100100 11111 1001100 100100

Color Harmonies of #A25F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F16

Black with #A25F16

Text Example


Text Example

White with #A25F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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