Html Css Color HEX #A9650F Golden Brown

📋 copy color: '#A9650F'

red 169 ◦ green 101 ◦ blue 15

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

Shades of Golden Brown #A9650F

Tints of Golden Brown #A9650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

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

R = 59.3%
G = 35.44%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A9650F (or 0xA9650F) is known color: Golden Brown. HEX triplet: A9, 65 and 0F. RGB value is (169,101,15). Sum of RGB (Red+Green+Blue) = 169+101+15=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A9650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9650F is #569AF0. Grayscale: #6F6F6F. Windows color (decimal): -5675761 or 1009065. OLE color: 1009065.

HSL color Cylindrical-coordinate representation of color #A9650F: hue angle of 33.51º 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 #A9650F is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 101 15 -
CMYK 0 0.40 0.91 0.34
HSL 33.51º 0.84% 0.36% -
HSV(B) 33.51º 0.91% 0.66% -
XYZ 21.1 17.78 2.77 -
YUV 111.53 73.53 168.99 -
System Red Green Blue C M Y K H S L
Decimal 169 101 15 0 0.40 0.91 0.34 33.51 0.84 0.36
Hex A9 65 F 0 28 5B 22 22 54 24
Octal 251 145 17 0 50 133 42 42 124 44
Binary 10101001 1100101 1111 0 101000 1011011 100010 100010 1010100 100100

Color Harmonies of #A9650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9650F

Black with #A9650F

Text Example


Text Example

White with #A9650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9650F; }

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

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

background-color css

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

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

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

border-color css

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

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

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