Html Css Color HEX #AFA234 Brass

📋 copy color: '#AFA234'

red 175 ◦ green 162 ◦ blue 52

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

Shades of Brass #AFA234

Tints of Brass #AFA234

RGB

 RED value IS 175 (68.75% from 255) = 44.99%

 GREEN value IS 162 (63.67% from 255) = 41.65%

 BLUE value IS 52 (20.7% from 255) = 13.37%

R = 44.99%
G = 41.65%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AFA234 (or 0xAFA234) is known color: Brass. HEX triplet: AF, A2 and 34. RGB value is (175,162,52). Sum of RGB (Red+Green+Blue) = 175+162+52=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA234 is #505DCB. Grayscale: #999999. Windows color (decimal): -5266892 or 3449519. OLE color: 3449519.

HSL color Cylindrical-coordinate representation of color #AFA234: hue angle of 53.66º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFA234 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 52 -
CMYK 0 0.07 0.70 0.31
HSL 53.66º 0.54% 0.45% -
HSV(B) 53.66º 0.7% 0.69% -
XYZ 31.22 35.2 8.4 -
YUV 153.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 175 162 52 0 0.07 0.70 0.31 53.66 0.54 0.45
Hex AF A2 34 0 7 46 1F 36 36 2D
Octal 257 242 64 0 7 106 37 66 66 55
Binary 10101111 10100010 110100 0 111 1000110 11111 110110 110110 101101

Color Harmonies of #AFA234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA234

Black with #AFA234

Text Example


Text Example

White with #AFA234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA234; }

 p { color: rgb(175,162,52); }

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

background-color css

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

 a { background-color: rgb(175,162,52); }

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

border-color css

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

 span { border-color: rgb(175,162,52); }

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