Html Css Color HEX #A8933B Reef Gold

📋 copy color: '#A8933B'

red 168 ◦ green 147 ◦ blue 59

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

Shades of Reef Gold #A8933B

Tints of Reef Gold #A8933B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.78%

R = 44.92%
G = 39.3%
B = 15.78%

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

#A8933B (or 0xA8933B) is known color: Reef Gold. HEX triplet: A8, 93 and 3B. RGB value is (168,147,59). Sum of RGB (Red+Green+Blue) = 168+147+59=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8933B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8933B is #576CC4. Grayscale: #8F8F8F. Windows color (decimal): -5729477 or 3904424. OLE color: 3904424.

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

Color convert

RGB 168 147 59 -
CMYK 0 0.13 0.65 0.34
HSL 48.44º 0.48% 0.45% -
HSV(B) 48.44º 0.65% 0.66% -
XYZ 27.37 29.51 8.39 -
YUV 143.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 168 147 59 0 0.13 0.65 0.34 48.44 0.48 0.45
Hex A8 93 3B 0 D 41 22 30 30 2D
Octal 250 223 73 0 15 101 42 60 60 55
Binary 10101000 10010011 111011 0 1101 1000001 100010 110000 110000 101101

Color Harmonies of #A8933B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8933B

Black with #A8933B

Text Example


Text Example

White with #A8933B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8933B; }

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

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

background-color css

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

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

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

border-color css

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

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

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