Html Css Color HEX #A2A74B Brass

📋 copy color: '#A2A74B'

red 162 ◦ green 167 ◦ blue 75

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

Shades of Brass #A2A74B

Tints of Brass #A2A74B

RGB

 RED value IS 162 (63.67% from 255) = 40.1%

 GREEN value IS 167 (65.63% from 255) = 41.34%

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

R = 40.1%
G = 41.34%
B = 18.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A2A74B (or 0xA2A74B) is known color: Brass. HEX triplet: A2, A7 and 4B. RGB value is (162,167,75). Sum of RGB (Red+Green+Blue) = 162+167+75=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A74B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A74B is #5D58B4. Grayscale: #9B9B9B. Windows color (decimal): -6117557 or 4958114. OLE color: 4958114.

HSL color Cylindrical-coordinate representation of color #A2A74B: hue angle of 63.26º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2A74B is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 167 75 -
CMYK 0.03 0 0.55 0.35
HSL 63.26º 0.38% 0.47% -
HSV(B) 63.26º 0.55% 0.65% -
XYZ 29.99 35.83 11.99 -
YUV 155.02 82.84 132.98 -
System Red Green Blue C M Y K H S L
Decimal 162 167 75 0.03 0 0.55 0.35 63.26 0.38 0.47
Hex A2 A7 4B 3 0 37 23 3F 26 2F
Octal 242 247 113 3 0 67 43 77 46 57
Binary 10100010 10100111 1001011 11 0 110111 100011 111111 100110 101111

Color Harmonies of #A2A74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A74B

Black with #A2A74B

Text Example


Text Example

White with #A2A74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A74B; }

 p { color: rgb(162,167,75); }

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

background-color css

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

 a { background-color: rgb(162,167,75); }

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

border-color css

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

 span { border-color: rgb(162,167,75); }

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