Html Css Color HEX #A8933A Reef Gold

📋 copy color: '#A8933A'

red 168 ◦ green 147 ◦ blue 58

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

Shades of Reef Gold #A8933A

Tints of Reef Gold #A8933A

RGB

 RED value IS 168 (66.02% from 255) = 45.04%

 GREEN value IS 147 (57.81% from 255) = 39.41%

 BLUE value IS 58 (23.05% from 255) = 15.55%

R = 45.04%
G = 39.41%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8933A (or 0xA8933A) is known color: Reef Gold. HEX triplet: A8, 93 and 3A. RGB value is (168,147,58). Sum of RGB (Red+Green+Blue) = 168+147+58=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8933A is #576CC5. Grayscale: #8F8F8F. Windows color (decimal): -5729478 or 3838888. OLE color: 3838888.

HSL color Cylindrical-coordinate representation of color #A8933A: hue angle of 48.55º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8933A is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 147 58 -
CMYK 0 0.13 0.65 0.34
HSL 48.55º 0.49% 0.44% -
HSV(B) 48.55º 0.65% 0.66% -
XYZ 27.35 29.5 8.26 -
YUV 143.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 168 147 58 0 0.13 0.65 0.34 48.55 0.49 0.44
Hex A8 93 3A 0 D 41 22 31 31 2C
Octal 250 223 72 0 15 101 42 61 61 54
Binary 10101000 10010011 111010 0 1101 1000001 100010 110001 110001 101100

Color Harmonies of #A8933A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8933A

Black with #A8933A

Text Example


Text Example

White with #A8933A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8933A; }

 p { color: rgb(168,147,58); }

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

background-color css

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

 a { background-color: rgb(168,147,58); }

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

border-color css

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

 span { border-color: rgb(168,147,58); }

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