Html Css Color HEX #A9621A Golden Brown

📋 copy color: '#A9621A'

red 169 ◦ green 98 ◦ blue 26

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

Shades of Golden Brown #A9621A

Tints of Golden Brown #A9621A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.45%

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

R = 57.68%
G = 33.45%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A9621A (or 0xA9621A) is known color: Golden Brown. HEX triplet: A9, 62 and 1A. RGB value is (169,98,26). Sum of RGB (Red+Green+Blue) = 169+98+26=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A9621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9621A is #569DE5. Grayscale: #6F6F6F. Windows color (decimal): -5676518 or 1729193. OLE color: 1729193.

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

Color convert

RGB 169 98 26 -
CMYK 0 0.42 0.85 0.34
HSL 30.21º 0.73% 0.38% -
HSV(B) 30.21º 0.85% 0.66% -
XYZ 20.92 17.24 3.2 -
YUV 111.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 169 98 26 0 0.42 0.85 0.34 30.21 0.73 0.38
Hex A9 62 1A 0 2A 55 22 1E 49 26
Octal 251 142 32 0 52 125 42 36 111 46
Binary 10101001 1100010 11010 0 101010 1010101 100010 11110 1001001 100110

Color Harmonies of #A9621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9621A

Black with #A9621A

Text Example


Text Example

White with #A9621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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