Html Css Color HEX #A4A14B Brass

📋 copy color: '#A4A14B'

red 164 ◦ green 161 ◦ blue 75

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

Shades of Brass #A4A14B

Tints of Brass #A4A14B

RGB

 RED value IS 164 (64.45% from 255) = 41%

 GREEN value IS 161 (63.28% from 255) = 40.25%

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

R = 41%
G = 40.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4A14B (or 0xA4A14B) is known color: Brass. HEX triplet: A4, A1 and 4B. RGB value is (164,161,75). Sum of RGB (Red+Green+Blue) = 164+161+75=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A14B is #5B5EB4. Grayscale: #989898. Windows color (decimal): -5988021 or 4956580. OLE color: 4956580.

HSL color Cylindrical-coordinate representation of color #A4A14B: hue angle of 57.98º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4A14B is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 161 75 -
CMYK 0 0.02 0.54 0.36
HSL 57.98º 0.37% 0.47% -
HSV(B) 57.98º 0.54% 0.64% -
XYZ 29.32 33.89 11.65 -
YUV 152.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 164 161 75 0 0.02 0.54 0.36 57.98 0.37 0.47
Hex A4 A1 4B 0 2 36 24 3A 25 2F
Octal 244 241 113 0 2 66 44 72 45 57
Binary 10100100 10100001 1001011 0 10 110110 100100 111010 100101 101111

Color Harmonies of #A4A14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A14B

Black with #A4A14B

Text Example


Text Example

White with #A4A14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A14B; }

 p { color: rgb(164,161,75); }

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

background-color css

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

 a { background-color: rgb(164,161,75); }

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

border-color css

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

 span { border-color: rgb(164,161,75); }

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