Html Css Color HEX #A09E4B Brass

📋 copy color: '#A09E4B'

red 160 ◦ green 158 ◦ blue 75

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

Shades of Brass #A09E4B

Tints of Brass #A09E4B

RGB

 RED value IS 160 (62.89% from 255) = 40.71%

 GREEN value IS 158 (62.11% from 255) = 40.2%

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 40.71%
G = 40.2%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A09E4B (or 0xA09E4B) is known color: Brass. HEX triplet: A0, 9E and 4B. RGB value is (160,158,75). Sum of RGB (Red+Green+Blue) = 160+158+75=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09E4B is #5F61B4. Grayscale: #959595. Windows color (decimal): -6250933 or 4955808. OLE color: 4955808.

HSL color Cylindrical-coordinate representation of color #A09E4B: hue angle of 58.59º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A09E4B is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 158 75 -
CMYK 0 0.01 0.53 0.37
HSL 58.59º 0.36% 0.46% -
HSV(B) 58.59º 0.53% 0.63% -
XYZ 27.99 32.44 11.44 -
YUV 149.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 160 158 75 0 0.01 0.53 0.37 58.59 0.36 0.46
Hex A0 9E 4B 0 1 35 25 3B 24 2E
Octal 240 236 113 0 1 65 45 73 44 56
Binary 10100000 10011110 1001011 0 1 110101 100101 111011 100100 101110

Color Harmonies of #A09E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E4B

Black with #A09E4B

Text Example


Text Example

White with #A09E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E4B; }

 p { color: rgb(160,158,75); }

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

background-color css

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

 a { background-color: rgb(160,158,75); }

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

border-color css

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

 span { border-color: rgb(160,158,75); }

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