Html Css Color HEX #AFA258 Gimblet

📋 copy color: '#AFA258'

red 175 ◦ green 162 ◦ blue 88

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

Shades of Gimblet #AFA258

Tints of Gimblet #AFA258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.71%

R = 41.18%
G = 38.12%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AFA258 (or 0xAFA258) is known color: Gimblet. HEX triplet: AF, A2 and 58. RGB value is (175,162,88). Sum of RGB (Red+Green+Blue) = 175+162+88=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA258 is #505DA7. Grayscale: #9D9D9D. Windows color (decimal): -5266856 or 5808815. OLE color: 5808815.

HSL color Cylindrical-coordinate representation of color #AFA258: hue angle of 51.03º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFA258 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 88 -
CMYK 0 0.07 0.50 0.31
HSL 51.03º 0.35% 0.52% -
HSV(B) 51.03º 0.5% 0.69% -
XYZ 32.36 35.66 14.41 -
YUV 157.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 175 162 88 0 0.07 0.50 0.31 51.03 0.35 0.52
Hex AF A2 58 0 7 32 1F 33 23 34
Octal 257 242 130 0 7 62 37 63 43 64
Binary 10101111 10100010 1011000 0 111 110010 11111 110011 100011 110100

Color Harmonies of #AFA258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA258

Black with #AFA258

Text Example


Text Example

White with #AFA258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA258; }

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

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

background-color css

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

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

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

border-color css

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

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

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