Html Css Color HEX #A68E32 Reef Gold

📋 copy color: '#A68E32'

red 166 ◦ green 142 ◦ blue 50

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

Shades of Reef Gold #A68E32

Tints of Reef Gold #A68E32

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.66%

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 46.37%
G = 39.66%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A68E32 (or 0xA68E32) is known color: Reef Gold. HEX triplet: A6, 8E and 32. RGB value is (166,142,50). Sum of RGB (Red+Green+Blue) = 166+142+50=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E32 is #5971CD. Grayscale: #8B8B8B. Windows color (decimal): -5861838 or 3313318. OLE color: 3313318.

HSL color Cylindrical-coordinate representation of color #A68E32: hue angle of 47.59º 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 #A68E32 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 142 50 -
CMYK 0 0.14 0.70 0.35
HSL 47.59º 0.54% 0.42% -
HSV(B) 47.59º 0.7% 0.65% -
XYZ 25.97 27.68 6.99 -
YUV 138.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 166 142 50 0 0.14 0.70 0.35 47.59 0.54 0.42
Hex A6 8E 32 0 E 46 23 30 36 2A
Octal 246 216 62 0 16 106 43 60 66 52
Binary 10100110 10001110 110010 0 1110 1000110 100011 110000 110110 101010

Color Harmonies of #A68E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E32

Black with #A68E32

Text Example


Text Example

White with #A68E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E32; }

 p { color: rgb(166,142,50); }

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

background-color css

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

 a { background-color: rgb(166,142,50); }

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

border-color css

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

 span { border-color: rgb(166,142,50); }

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