Html Css Color HEX #AFA55A Gimblet

📋 copy color: '#AFA55A'

red 175 ◦ green 165 ◦ blue 90

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

Shades of Gimblet #AFA55A

Tints of Gimblet #AFA55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 40.7%
G = 38.37%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AFA55A (or 0xAFA55A) is known color: Gimblet. HEX triplet: AF, A5 and 5A. RGB value is (175,165,90). Sum of RGB (Red+Green+Blue) = 175+165+90=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA55A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA55A is #505AA5. Grayscale: #9F9F9F. Windows color (decimal): -5266086 or 5940655. OLE color: 5940655.

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

Color convert

RGB 175 165 90 -
CMYK 0 0.06 0.49 0.31
HSL 52.94º 0.35% 0.52% -
HSV(B) 52.94º 0.49% 0.69% -
XYZ 32.98 36.76 15.03 -
YUV 159.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 175 165 90 0 0.06 0.49 0.31 52.94 0.35 0.52
Hex AF A5 5A 0 6 31 1F 35 23 34
Octal 257 245 132 0 6 61 37 65 43 64
Binary 10101111 10100101 1011010 0 110 110001 11111 110101 100011 110100

Color Harmonies of #AFA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA55A

Black with #AFA55A

Text Example


Text Example

White with #AFA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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