Html Css Color HEX #AFB33A Brass

📋 copy color: '#AFB33A'

red 175 ◦ green 179 ◦ blue 58

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

Shades of Brass #AFB33A

Tints of Brass #AFB33A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.45%

 BLUE value IS 58 (23.05% from 255) = 14.08%

R = 42.48%
G = 43.45%
B = 14.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#AFB33A (or 0xAFB33A) is known color: Brass. HEX triplet: AF, B3 and 3A. RGB value is (175,179,58). Sum of RGB (Red+Green+Blue) = 175+179+58=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB33A is #504CC5. Grayscale: #A4A4A4. Windows color (decimal): -5262534 or 3847087. OLE color: 3847087.

HSL color Cylindrical-coordinate representation of color #AFB33A: hue angle of 61.98º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFB33A is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 58 -
CMYK 0.02 0 0.68 0.30
HSL 61.98º 0.51% 0.46% -
HSV(B) 61.98º 0.68% 0.7% -
XYZ 34.56 41.66 10.22 -
YUV 164.01 68.17 135.84 -
System Red Green Blue C M Y K H S L
Decimal 175 179 58 0.02 0 0.68 0.30 61.98 0.51 0.46
Hex AF B3 3A 2 0 44 1E 3E 33 2E
Octal 257 263 72 2 0 104 36 76 63 56
Binary 10101111 10110011 111010 10 0 1000100 11110 111110 110011 101110

Color Harmonies of #AFB33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB33A

Black with #AFB33A

Text Example


Text Example

White with #AFB33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB33A; }

 p { color: rgb(175,179,58); }

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

background-color css

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

 a { background-color: rgb(175,179,58); }

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

border-color css

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

 span { border-color: rgb(175,179,58); }

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