Html Css Color HEX #A38F05 Lucky

📋 copy color: '#A38F05'

red 163 ◦ green 143 ◦ blue 5

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

Shades of Lucky #A38F05

Tints of Lucky #A38F05

RGB

 RED value IS 163 (64.06% from 255) = 52.41%

 GREEN value IS 143 (56.25% from 255) = 45.98%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 52.41%
G = 45.98%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A38F05 (or 0xA38F05) is known color: Lucky. HEX triplet: A3, 8F and 05. RGB value is (163,143,5). Sum of RGB (Red+Green+Blue) = 163+143+5=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38F05 is #5C70FA. Grayscale: #858585. Windows color (decimal): -6058235 or 364451. OLE color: 364451.

HSL color Cylindrical-coordinate representation of color #A38F05: hue angle of 52.41º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A38F05 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 143 5 -
CMYK 0 0.12 0.97 0.36
HSL 52.41º 0.94% 0.33% -
HSV(B) 52.41º 0.97% 0.64% -
XYZ 24.95 27.44 4.13 -
YUV 133.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 163 143 5 0 0.12 0.97 0.36 52.41 0.94 0.33
Hex A3 8F 5 0 C 61 24 34 5E 21
Octal 243 217 5 0 14 141 44 64 136 41
Binary 10100011 10001111 101 0 1100 1100001 100100 110100 1011110 100001

Color Harmonies of #A38F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38F05

Black with #A38F05

Text Example


Text Example

White with #A38F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38F05; }

 p { color: rgb(163,143,5); }

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

background-color css

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

 a { background-color: rgb(163,143,5); }

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

border-color css

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

 span { border-color: rgb(163,143,5); }

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