Html Css Color HEX #AFA55C Gimblet

📋 copy color: '#AFA55C'

red 175 ◦ green 165 ◦ blue 92

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

Shades of Gimblet #AFA55C

Tints of Gimblet #AFA55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.19%

 BLUE value IS 92 (36.33% from 255) = 21.3%

R = 40.51%
G = 38.19%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AFA55C (or 0xAFA55C) is known color: Gimblet. HEX triplet: AF, A5 and 5C. RGB value is (175,165,92). Sum of RGB (Red+Green+Blue) = 175+165+92=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA55C is #505AA3. Grayscale: #9F9F9F. Windows color (decimal): -5266084 or 6071727. OLE color: 6071727.

HSL color Cylindrical-coordinate representation of color #AFA55C: hue angle of 52.77º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFA55C is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 165 92 -
CMYK 0 0.06 0.47 0.31
HSL 52.77º 0.34% 0.52% -
HSV(B) 52.77º 0.47% 0.69% -
XYZ 33.07 36.8 15.48 -
YUV 159.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 175 165 92 0 0.06 0.47 0.31 52.77 0.34 0.52
Hex AF A5 5C 0 6 2F 1F 35 22 34
Octal 257 245 134 0 6 57 37 65 42 64
Binary 10101111 10100101 1011100 0 110 101111 11111 110101 100010 110100

Color Harmonies of #AFA55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA55C

Black with #AFA55C

Text Example


Text Example

White with #AFA55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA55C; }

 p { color: rgb(175,165,92); }

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

background-color css

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

 a { background-color: rgb(175,165,92); }

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

border-color css

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

 span { border-color: rgb(175,165,92); }

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