Html Css Color HEX #AFB534 Brass

📋 copy color: '#AFB534'

red 175 ◦ green 181 ◦ blue 52

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

Shades of Brass #AFB534

Tints of Brass #AFB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

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

R = 42.89%
G = 44.36%
B = 12.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#AFB534 (or 0xAFB534) is known color: Brass. HEX triplet: AF, B5 and 34. RGB value is (175,181,52). Sum of RGB (Red+Green+Blue) = 175+181+52=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB534 is #504ACB. Grayscale: #A5A5A5. Windows color (decimal): -5262028 or 3454383. OLE color: 3454383.

HSL color Cylindrical-coordinate representation of color #AFB534: hue angle of 62.79º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFB534 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 52 -
CMYK 0.03 0 0.71 0.29
HSL 62.79º 0.55% 0.46% -
HSV(B) 62.79º 0.71% 0.71% -
XYZ 34.82 42.41 9.6 -
YUV 164.5 64.51 135.49 -
System Red Green Blue C M Y K H S L
Decimal 175 181 52 0.03 0 0.71 0.29 62.79 0.55 0.46
Hex AF B5 34 3 0 47 1D 3F 37 2E
Octal 257 265 64 3 0 107 35 77 67 56
Binary 10101111 10110101 110100 11 0 1000111 11101 111111 110111 101110

Color Harmonies of #AFB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB534

Black with #AFB534

Text Example


Text Example

White with #AFB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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