Html Css Color HEX #A8933C Reef Gold

📋 copy color: '#A8933C'

red 168 ◦ green 147 ◦ blue 60

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

Shades of Reef Gold #A8933C

Tints of Reef Gold #A8933C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16%

R = 44.8%
G = 39.2%
B = 16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8933C (or 0xA8933C) is known color: Reef Gold. HEX triplet: A8, 93 and 3C. RGB value is (168,147,60). Sum of RGB (Red+Green+Blue) = 168+147+60=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8933C is #576CC3. Grayscale: #8F8F8F. Windows color (decimal): -5729476 or 3969960. OLE color: 3969960.

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

Color convert

RGB 168 147 60 -
CMYK 0 0.13 0.64 0.34
HSL 48.33º 0.47% 0.45% -
HSV(B) 48.33º 0.64% 0.66% -
XYZ 27.4 29.52 8.53 -
YUV 143.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 168 147 60 0 0.13 0.64 0.34 48.33 0.47 0.45
Hex A8 93 3C 0 D 40 22 30 2F 2D
Octal 250 223 74 0 15 100 42 60 57 55
Binary 10101000 10010011 111100 0 1101 1000000 100010 110000 101111 101101

Color Harmonies of #A8933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8933C

Black with #A8933C

Text Example


Text Example

White with #A8933C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8933C; }

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

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

background-color css

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

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

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

border-color css

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

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

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