Html Css Color HEX #A68D2A Reef Gold

📋 copy color: '#A68D2A'

red 166 ◦ green 141 ◦ blue 42

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

Shades of Reef Gold #A68D2A

Tints of Reef Gold #A68D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 47.56%
G = 40.4%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A68D2A (or 0xA68D2A) is known color: Reef Gold. HEX triplet: A6, 8D and 2A. RGB value is (166,141,42). Sum of RGB (Red+Green+Blue) = 166+141+42=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D2A is #5972D5. Grayscale: #898989. Windows color (decimal): -5862102 or 2788774. OLE color: 2788774.

HSL color Cylindrical-coordinate representation of color #A68D2A: hue angle of 47.9º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A68D2A is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 141 42 -
CMYK 0 0.15 0.75 0.35
HSL 47.9º 0.6% 0.41% -
HSV(B) 47.9º 0.75% 0.65% -
XYZ 25.67 27.32 6.11 -
YUV 137.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 166 141 42 0 0.15 0.75 0.35 47.9 0.6 0.41
Hex A6 8D 2A 0 F 4B 23 30 3C 29
Octal 246 215 52 0 17 113 43 60 74 51
Binary 10100110 10001101 101010 0 1111 1001011 100011 110000 111100 101001

Color Harmonies of #A68D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D2A

Black with #A68D2A

Text Example


Text Example

White with #A68D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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