Html Css Color HEX #AFA934 Brass

📋 copy color: '#AFA934'

red 175 ◦ green 169 ◦ blue 52

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

Shades of Brass #AFA934

Tints of Brass #AFA934

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.68%

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

R = 44.19%
G = 42.68%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AFA934 (or 0xAFA934) is known color: Brass. HEX triplet: AF, A9 and 34. RGB value is (175,169,52). Sum of RGB (Red+Green+Blue) = 175+169+52=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA934 is #5056CB. Grayscale: #9D9D9D. Windows color (decimal): -5265100 or 3451311. OLE color: 3451311.

HSL color Cylindrical-coordinate representation of color #AFA934: hue angle of 57.07º 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 #AFA934 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 169 52 -
CMYK 0 0.03 0.70 0.31
HSL 57.07º 0.54% 0.45% -
HSV(B) 57.07º 0.7% 0.69% -
XYZ 32.49 37.74 8.82 -
YUV 157.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 175 169 52 0 0.03 0.70 0.31 57.07 0.54 0.45
Hex AF A9 34 0 3 46 1F 39 36 2D
Octal 257 251 64 0 3 106 37 71 66 55
Binary 10101111 10101001 110100 0 11 1000110 11111 111001 110110 101101

Color Harmonies of #AFA934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA934

Black with #AFA934

Text Example


Text Example

White with #AFA934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA934; }

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

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

background-color css

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

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

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

border-color css

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

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

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