Html Css Color HEX #A68D32 Reef Gold

📋 copy color: '#A68D32'

red 166 ◦ green 141 ◦ blue 50

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

Shades of Reef Gold #A68D32

Tints of Reef Gold #A68D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.5%

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

R = 46.5%
G = 39.5%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A68D32 (or 0xA68D32) is known color: Reef Gold. HEX triplet: A6, 8D and 32. RGB value is (166,141,50). Sum of RGB (Red+Green+Blue) = 166+141+50=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D32 is #5972CD. Grayscale: #8A8A8A. Windows color (decimal): -5862094 or 3313062. OLE color: 3313062.

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

Color convert

RGB 166 141 50 -
CMYK 0 0.15 0.70 0.35
HSL 47.07º 0.54% 0.42% -
HSV(B) 47.07º 0.7% 0.65% -
XYZ 25.83 27.39 6.94 -
YUV 138.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 166 141 50 0 0.15 0.70 0.35 47.07 0.54 0.42
Hex A6 8D 32 0 F 46 23 2F 36 2A
Octal 246 215 62 0 17 106 43 57 66 52
Binary 10100110 10001101 110010 0 1111 1000110 100011 101111 110110 101010

Color Harmonies of #A68D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D32

Black with #A68D32

Text Example


Text Example

White with #A68D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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