Html Css Color HEX #A9601A Golden Brown

📋 copy color: '#A9601A'

red 169 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #A9601A

Tints of Golden Brown #A9601A

RGB

 RED value IS 169 (66.41% from 255) = 58.08%

 GREEN value IS 96 (37.89% from 255) = 32.99%

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 58.08%
G = 32.99%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A9601A (or 0xA9601A) is known color: Golden Brown. HEX triplet: A9, 60 and 1A. RGB value is (169,96,26). Sum of RGB (Red+Green+Blue) = 169+96+26=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A9601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9601A is #569FE5. Grayscale: #6E6E6E. Windows color (decimal): -5677030 or 1728681. OLE color: 1728681.

HSL color Cylindrical-coordinate representation of color #A9601A: hue angle of 29.37º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9601A is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 96 26 -
CMYK 0 0.43 0.85 0.34
HSL 29.37º 0.73% 0.38% -
HSV(B) 29.37º 0.85% 0.66% -
XYZ 20.73 16.88 3.14 -
YUV 109.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 169 96 26 0 0.43 0.85 0.34 29.37 0.73 0.38
Hex A9 60 1A 0 2B 55 22 1D 49 26
Octal 251 140 32 0 53 125 42 35 111 46
Binary 10101001 1100000 11010 0 101011 1010101 100010 11101 1001001 100110

Color Harmonies of #A9601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9601A

Black with #A9601A

Text Example


Text Example

White with #A9601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9601A; }

 p { color: rgb(169,96,26); }

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

background-color css

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

 a { background-color: rgb(169,96,26); }

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

border-color css

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

 span { border-color: rgb(169,96,26); }

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