Html Css Color HEX #A5A733 Brass

📋 copy color: '#A5A733'

red 165 ◦ green 167 ◦ blue 51

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

Shades of Brass #A5A733

Tints of Brass #A5A733

RGB

 RED value IS 165 (64.84% from 255) = 43.08%

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

 BLUE value IS 51 (20.31% from 255) = 13.32%

R = 43.08%
G = 43.6%
B = 13.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A5A733 (or 0xA5A733) is known color: Brass. HEX triplet: A5, A7 and 33. RGB value is (165,167,51). Sum of RGB (Red+Green+Blue) = 165+167+51=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A733 is #5A58CC. Grayscale: #999999. Windows color (decimal): -5920973 or 3385253. OLE color: 3385253.

HSL color Cylindrical-coordinate representation of color #A5A733: hue angle of 61.03º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5A733 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 167 51 -
CMYK 0.01 0 0.69 0.35
HSL 61.03º 0.53% 0.43% -
HSV(B) 61.03º 0.69% 0.65% -
XYZ 29.93 35.88 8.48 -
YUV 153.18 70.34 136.43 -
System Red Green Blue C M Y K H S L
Decimal 165 167 51 0.01 0 0.69 0.35 61.03 0.53 0.43
Hex A5 A7 33 1 0 45 23 3D 35 2B
Octal 245 247 63 1 0 105 43 75 65 53
Binary 10100101 10100111 110011 1 0 1000101 100011 111101 110101 101011

Color Harmonies of #A5A733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A733

Black with #A5A733

Text Example


Text Example

White with #A5A733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A733; }

 p { color: rgb(165,167,51); }

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

background-color css

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

 a { background-color: rgb(165,167,51); }

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

border-color css

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

 span { border-color: rgb(165,167,51); }

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