Html Css Color HEX #A3A74B Brass

📋 copy color: '#A3A74B'

red 163 ◦ green 167 ◦ blue 75

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

Shades of Brass #A3A74B

Tints of Brass #A3A74B

RGB

 RED value IS 163 (64.06% from 255) = 40.25%

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

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

R = 40.25%
G = 41.23%
B = 18.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A3A74B (or 0xA3A74B) is known color: Brass. HEX triplet: A3, A7 and 4B. RGB value is (163,167,75). Sum of RGB (Red+Green+Blue) = 163+167+75=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A74B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A74B is #5C58B4. Grayscale: #9B9B9B. Windows color (decimal): -6052021 or 4958115. OLE color: 4958115.

HSL color Cylindrical-coordinate representation of color #A3A74B: hue angle of 62.61º 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 #A3A74B is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 167 75 -
CMYK 0.02 0 0.55 0.35
HSL 62.61º 0.38% 0.47% -
HSV(B) 62.61º 0.55% 0.65% -
XYZ 30.19 35.93 12 -
YUV 155.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 163 167 75 0.02 0 0.55 0.35 62.61 0.38 0.47
Hex A3 A7 4B 2 0 37 23 3F 26 2F
Octal 243 247 113 2 0 67 43 77 46 57
Binary 10100011 10100111 1001011 10 0 110111 100011 111111 100110 101111

Color Harmonies of #A3A74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A74B

Black with #A3A74B

Text Example


Text Example

White with #A3A74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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