Html Css Color HEX #A9691C Golden Brown

📋 copy color: '#A9691C'

red 169 ◦ green 105 ◦ blue 28

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

Shades of Golden Brown #A9691C

Tints of Golden Brown #A9691C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.77%

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 55.96%
G = 34.77%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9691C (or 0xA9691C) is known color: Golden Brown. HEX triplet: A9, 69 and 1C. RGB value is (169,105,28). Sum of RGB (Red+Green+Blue) = 169+105+28=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A9691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9691C is #5696E3. Grayscale: #737373. Windows color (decimal): -5674724 or 1862057. OLE color: 1862057.

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

Color convert

RGB 169 105 28 -
CMYK 0 0.38 0.83 0.34
HSL 32.77º 0.72% 0.39% -
HSV(B) 32.77º 0.83% 0.66% -
XYZ 21.62 18.62 3.55 -
YUV 115.36 78.7 166.26 -
System Red Green Blue C M Y K H S L
Decimal 169 105 28 0 0.38 0.83 0.34 32.77 0.72 0.39
Hex A9 69 1C 0 26 53 22 21 48 27
Octal 251 151 34 0 46 123 42 41 110 47
Binary 10101001 1101001 11100 0 100110 1010011 100010 100001 1001000 100111

Color Harmonies of #A9691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9691C

Black with #A9691C

Text Example


Text Example

White with #A9691C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9691C; }

 p { color: rgb(169,105,28); }

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

background-color css

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

 a { background-color: rgb(169,105,28); }

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

border-color css

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

 span { border-color: rgb(169,105,28); }

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