Html Css Color HEX #A9600F Golden Brown

📋 copy color: '#A9600F'

red 169 ◦ green 96 ◦ blue 15

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

Shades of Golden Brown #A9600F

Tints of Golden Brown #A9600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 60.36%
G = 34.29%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A9600F (or 0xA9600F) is known color: Golden Brown. HEX triplet: A9, 60 and 0F. RGB value is (169,96,15). Sum of RGB (Red+Green+Blue) = 169+96+15=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9600F is #569FF0. Grayscale: #6C6C6C. Windows color (decimal): -5677041 or 1007785. OLE color: 1007785.

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

Color convert

RGB 169 96 15 -
CMYK 0 0.43 0.91 0.34
HSL 31.56º 0.84% 0.36% -
HSV(B) 31.56º 0.91% 0.66% -
XYZ 20.63 16.84 2.61 -
YUV 108.59 75.18 171.09 -
System Red Green Blue C M Y K H S L
Decimal 169 96 15 0 0.43 0.91 0.34 31.56 0.84 0.36
Hex A9 60 F 0 2B 5B 22 20 54 24
Octal 251 140 17 0 53 133 42 40 124 44
Binary 10101001 1100000 1111 0 101011 1011011 100010 100000 1010100 100100

Color Harmonies of #A9600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9600F

Black with #A9600F

Text Example


Text Example

White with #A9600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9600F; }

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

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

background-color css

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

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

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

border-color css

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

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

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