Html Css Color HEX #A68331 Reef Gold

📋 copy color: '#A68331'

red 166 ◦ green 131 ◦ blue 49

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

Shades of Reef Gold #A68331

Tints of Reef Gold #A68331

RGB

 RED value IS 166 (65.23% from 255) = 47.98%

 GREEN value IS 131 (51.56% from 255) = 37.86%

 BLUE value IS 49 (19.53% from 255) = 14.16%

R = 47.98%
G = 37.86%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A68331 (or 0xA68331) is known color: Reef Gold. HEX triplet: A6, 83 and 31. RGB value is (166,131,49). Sum of RGB (Red+Green+Blue) = 166+131+49=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A68331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68331 is #597CCE. Grayscale: #848484. Windows color (decimal): -5864655 or 3244966. OLE color: 3244966.

HSL color Cylindrical-coordinate representation of color #A68331: hue angle of 42.05º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A68331 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 49 -
CMYK 0 0.21 0.70 0.35
HSL 42.05º 0.54% 0.42% -
HSV(B) 42.05º 0.7% 0.65% -
XYZ 24.4 24.56 6.36 -
YUV 132.12 81.1 152.17 -
System Red Green Blue C M Y K H S L
Decimal 166 131 49 0 0.21 0.70 0.35 42.05 0.54 0.42
Hex A6 83 31 0 15 46 23 2A 36 2A
Octal 246 203 61 0 25 106 43 52 66 52
Binary 10100110 10000011 110001 0 10101 1000110 100011 101010 110110 101010

Color Harmonies of #A68331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68331

Black with #A68331

Text Example


Text Example

White with #A68331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68331; }

 p { color: rgb(166,131,49); }

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

background-color css

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

 a { background-color: rgb(166,131,49); }

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

border-color css

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

 span { border-color: rgb(166,131,49); }

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