Html Css Color HEX #A28C2B Reef Gold

📋 copy color: '#A28C2B'

red 162 ◦ green 140 ◦ blue 43

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

Shades of Reef Gold #A28C2B

Tints of Reef Gold #A28C2B

RGB

 RED value IS 162 (63.67% from 255) = 46.96%

 GREEN value IS 140 (55.08% from 255) = 40.58%

 BLUE value IS 43 (17.19% from 255) = 12.46%

R = 46.96%
G = 40.58%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A28C2B (or 0xA28C2B) is known color: Reef Gold. HEX triplet: A2, 8C and 2B. RGB value is (162,140,43). Sum of RGB (Red+Green+Blue) = 162+140+43=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C2B is #5D73D4. Grayscale: #878787. Windows color (decimal): -6124501 or 2854050. OLE color: 2854050.

HSL color Cylindrical-coordinate representation of color #A28C2B: hue angle of 48.91º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A28C2B is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 43 -
CMYK 0 0.14 0.73 0.36
HSL 48.91º 0.58% 0.4% -
HSV(B) 48.91º 0.73% 0.64% -
XYZ 24.71 26.61 6.12 -
YUV 135.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 162 140 43 0 0.14 0.73 0.36 48.91 0.58 0.4
Hex A2 8C 2B 0 E 49 24 31 3A 28
Octal 242 214 53 0 16 111 44 61 72 50
Binary 10100010 10001100 101011 0 1110 1001001 100100 110001 111010 101000

Color Harmonies of #A28C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C2B

Black with #A28C2B

Text Example


Text Example

White with #A28C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C2B; }

 p { color: rgb(162,140,43); }

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

background-color css

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

 a { background-color: rgb(162,140,43); }

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

border-color css

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

 span { border-color: rgb(162,140,43); }

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