Html Css Color HEX #A7A302 Citrus

📋 copy color: '#A7A302'

red 167 ◦ green 163 ◦ blue 2

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

Shades of Citrus #A7A302

Tints of Citrus #A7A302

RGB

 RED value IS 167 (65.63% from 255) = 50.3%

 GREEN value IS 163 (64.06% from 255) = 49.1%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 50.3%
G = 49.1%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A7A302 (or 0xA7A302) is known color: Citrus. HEX triplet: A7, A3 and 02. RGB value is (167,163,2). Sum of RGB (Red+Green+Blue) = 167+163+2=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A302 is #585CFD. Grayscale: #929292. Windows color (decimal): -5790974 or 172967. OLE color: 172967.

HSL color Cylindrical-coordinate representation of color #A7A302: hue angle of 58.55º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7A302 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 163 2 -
CMYK 0 0.02 0.99 0.35
HSL 58.55º 0.98% 0.33% -
HSV(B) 58.55º 0.99% 0.65% -
XYZ 29.04 34.41 5.17 -
YUV 145.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 167 163 2 0 0.02 0.99 0.35 58.55 0.98 0.33
Hex A7 A3 2 0 2 63 23 3B 62 21
Octal 247 243 2 0 2 143 43 73 142 41
Binary 10100111 10100011 10 0 10 1100011 100011 111011 1100010 100001

Color Harmonies of #A7A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A302

Black with #A7A302

Text Example


Text Example

White with #A7A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A302; }

 p { color: rgb(167,163,2); }

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

background-color css

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

 a { background-color: rgb(167,163,2); }

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

border-color css

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

 span { border-color: rgb(167,163,2); }

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